home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / ServerControlValues / SCV.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-22  |  344 b   |  24 lines

  1. body 
  2.     font-family:verdana,arial,helvetica; 
  3.     font-size : x-small; 
  4. }
  5.  
  6. table 
  7.     font-family:verdana,arial,helvetica; 
  8.     font-size : x-small; 
  9. }
  10.  
  11. .demoHeader 
  12.     font-family: verdana,arial,helvetica; 
  13.     font-size: small; 
  14.     font-weight: bold; 
  15. }
  16. .code
  17. {
  18.     font-family: Courier New;
  19.     font-size: 14px;
  20.     color: SteelBlue;
  21. }